home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / svgabg31.zip / README < prev    next >
Text File  |  1991-12-07  |  6KB  |  154 lines

  1. **************************************************************
  2. COPYRIGHT 1991, JORDAN HARGRAPHIX SOFTWARE
  3. PORTIONS COPYRIGHT JOHN BRIDGES, 1990
  4.            CHRISTOPHER MORGAN, 1984
  5. **************************************************************
  6.  
  7. Here it is! The SuperVGA/Tweak BGI drivers you have all been waiting for! ;->
  8.  
  9.   These drivers support a wide range of VGA cards, and should work on
  10. all major brands.
  11.  
  12. Card types supported: (SuperVGA drivers)
  13.   Ahead, ATI, Chips & Tech, Everex, Genoa, Paradise, Oak, Trident (both 8800 
  14. and 8900), Tseng (both 3000 and 4000 chipsets) and Video7.
  15.   These drivers will also work on video cards with VESA capability.
  16.   The tweaked drivers will work on any register-compatible VGA card.
  17.  
  18. I have not tested these drivers on all these card types, so I can not guarantee
  19. perfect operation with your card.  I have tested them extensively
  20. on Trident, Tseng and ATI cards, and have had no problems. (Trident 8800
  21. cards occasionally have problems, especially older models)
  22.  
  23. Modes currently supported:
  24.   SuperVGA 16-color
  25.    0) Standard EGA/VGA 320x200x16
  26.    1) Standard EGA/VGA 640x200x16
  27.    2) Standard EGA/VGA 640x350x16
  28.    3) Standard VGA 640x480x16
  29.    4) SuperVGA/VESA 800x600x16
  30.    5) SuperVGA/VESA 1024x768x16
  31.  
  32.   SuperVGA 256-color
  33.    0) Standard VGA/MCGA 320x200x256
  34.    1) 256k Svga/VESA 640x400x256
  35.    2) 512k Svga/VESA 640x480x256
  36.    3) 512k Svga/VESA 800x600x256
  37.    4) 1024k Svga/VESA 1024x768x256
  38.  
  39.  * NEW SuperVGA 32768-color BGI driver for Tseng ET4000 cards 
  40.    with Sierra HiColor DACs
  41.    
  42.   SuperVGA 32768-color
  43.    0) 320x200x32768
  44.    1) 640x350x32768
  45.    2) 640x400x32768
  46.    3) 640x480x32768
  47.    4) 800x600x32768
  48.  
  49.   * WARNING: The tweaked drivers do not use standard BIOS modes, instead
  50.     they program the CRTC directly.  You must have a register-compatible
  51.     VGA card to use these drivers. You must also be sure that your monitor
  52.     can handle the sync rates (the sync COULD damage your monitor)
  53.  
  54.   Tweaked 16-color
  55.    0) 704x528x16
  56.    1) 720x540x16
  57.    2) 736x552x16
  58.    3) 752x564x16
  59.    4) 768x576x16
  60.    5) 784x588x16
  61.    6) 800x600x16
  62.  
  63.   Tweaked 256-color
  64.    0) 320x400x256
  65.    1) 320x480x256
  66.    2) 360x480x256
  67.    3) 376x564x256
  68.    4) 400x564x256
  69.    5) 400x600x256
  70.    6) 320x240x256  * new mode
  71.  
  72. ----------------------------------------------------------------------------
  73. INSTALLATION:
  74.   Using the driver in existing programs is easy. (If you have the source)
  75.  
  76.   Check the files INITSVGA.C and INITSVGA.PAS for examples of installation
  77. into C and Pascal programs.
  78.  
  79. ----------------------------------------------------------------------------
  80. NOTE: 
  81.  
  82.  - The mouse cursor may not work in all modes of my driver.  This is because
  83.    no current mouse drivers support SuperVGA/Tweak modes.
  84.  
  85.  * Registerfarbgidriver DOES work properly with C/C++... (8/1/91)
  86.    Check INITSVGA.C and the makefile for examples of how to use.
  87.  
  88.  * Registerbgidriver also works with Turbo Pascal. Check the file newinit.pas
  89.    for an example.
  90.  
  91.  - Imagesize does not work. (the kernel does not call the driver to do this)
  92.    Use the following formulas:
  93.     * imsize = ((xwid >> 1)+1)*ywid+4;     (16-color)
  94.     * imsize = xwid*ywid+4;         (256-color)
  95.     * imsize = 2*xwid*ywid+4;        (32768-color)
  96.  
  97. ----------------------------------------------------------------------------
  98. WARNING: The drivers do not test to see if the card installed is
  99. actually a VGA card (If the Svga drivers do not detect a SuperVGA card, they 
  100. treat the card as a standard VGA), so DO NOT use the drivers if you do not 
  101. have a VGA card installed.
  102.  
  103. -------------------------------------------------------------------------
  104. REGISTRATION:
  105.   I have decided to release these drivers free of charge,
  106. although donations would be greatly appreciated and certainly
  107. expedite the release of future versions. :->
  108.   The drivers have not been crippled in any way, though beta releases of new
  109. drivers may have some functions yet unimplemented.  
  110.  
  111. Registration fees:
  112.  
  113.     SuperVGA 32768            $20
  114.     SuperVGA 256             $20
  115.     SuperVGA 16            $20
  116.     Tweak 16            $20
  117.     Tweak 256            $20
  118.  
  119.     Any two:            $30
  120.     Any three:            $40
  121.     Any four:            $50
  122.     All 5:                $60
  123.  
  124. With donations of $20 and up, you will be considered a registered user.
  125. Registered users get the full source code and upgrades on future releases.
  126.  
  127. From September 1-May 8, please send checks/money to:
  128.     Jordan Hargrave
  129.     1000 Morewood Ave, Box #3277
  130.     Pittsburgh, PA 15213
  131.     (412) 268-4493
  132.  
  133. From May 8-September 1, send to:
  134.     Jordan Hargrave
  135.     1615 Burnley Road
  136.     Charlotte, NC 28210
  137.     (704) 553-2332
  138.  
  139. I have started working on a new graphics library that will support resolutions
  140. from 160x200 (Ick! ;->) all the way up to 1280x1024, and from 1-bit color
  141. to 24-bit color.  It will support a wide range of cards and I need testers
  142. for XGA/8514/Hercules Graphics Station cards.
  143. (Note: This library is NOT a BGI driver.  It attempts to fix some of the 
  144.        problems I've found with the BGI kernel, ie. the number of colors is
  145.        limited to 256 in the BGI kernel)
  146.  
  147. *===============================*===========================================*
  148. | Jordan Powell Hargrave    |   Internet:    jh5y@andrew.cmu.edu        |
  149. | 1000 Morewood Ave, Box #3277  |     Bitnet:    jh5y%andrew.cmu.edu@cmccvb  |
  150. | Pittsburgh, PA 15213        |       UUCP:    uunet!andrew.cmu.edu!jh5y   |
  151. | (412) 268-4493         | Compuserve:   [72510,1143]            |
  152. *===============================*===========================================*
  153.  
  154.